Skip to content

Show installed agents in status output#847

Merged
paxos merged 8 commits intomainfrom
paxos/status-show-agents
Apr 3, 2026
Merged

Show installed agents in status output#847
paxos merged 8 commits intomainfrom
paxos/status-show-agents

Conversation

@paxos
Copy link
Copy Markdown
Contributor

@paxos paxos commented Apr 3, 2026

Screenshot 2026-04-03 at 09 01 32

Summary

  • entire status now shows which agents have hooks installed on a second line below the main status
  • Uses the same GetAgentsWithHooksInstalled detection as entire enable
  • Agent names styled in amber to match active sessions display
  • Hidden when Entire is disabled or no agents have hooks installed

Test plan

  • Unit tests for enabled and disabled cases
  • Manual verification of ./entire status and ./entire status --detailed
  • CI passes (mise run test:ci)

🤖 Generated with Claude Code


Note

Low Risk
Low risk: this only changes entire status output formatting and adds unit coverage, with no changes to hook installation logic itself.

Overview
entire status now includes a second line when enabled that lists which agent hooks are installed (using GetAgentsWithHooksInstalled and rendering agent display names via agent.Get).

Adds unit tests covering the enabled case (shows Hooks installed: and the agent name) and the disabled case (suppresses the hooks line even if hooks exist).

Written by Cursor Bugbot for commit 4fd3b86. Configure here.

Copilot AI review requested due to automatic review settings April 3, 2026 16:04
@paxos paxos marked this pull request as ready for review April 3, 2026 16:06
@paxos paxos requested a review from a team as a code owner April 3, 2026 16:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates entire status output to include a second line listing which agent hooks are installed (when Entire is enabled), using the existing hook-detection logic already used by entire enable.

Changes:

  • Add “Hooks installed:” line to the short effective status output when Entire is enabled and hooks are detected.
  • Style agent names in the same amber/orange style used elsewhere in status output.
  • Add unit tests covering enabled vs disabled behavior for showing/hiding the hooks-installed line.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
cmd/entire/cli/status.go Extends the short status formatter to append a styled “Hooks installed” line when applicable.
cmd/entire/cli/status_test.go Adds tests asserting the hooks-installed line appears only when enabled.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Comment @cursor review or bugbot run to trigger another review on this PR

paxos and others added 5 commits April 3, 2026 09:17
Display which agents have hooks installed on the second line of status
output, using the same detection as `entire enable`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 8066edfd0e03
Deduplicates the agent.Get + ag.Type() mapping used by both
`entire enable` and `entire status`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 900a53098fa8
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 606506ef2c3d
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 4c8616bb51b8
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 7a706189c89b
@paxos paxos force-pushed the paxos/status-show-agents branch from 42a0a94 to 89b2f79 Compare April 3, 2026 16:18
computermode
computermode previously approved these changes Apr 3, 2026
Matches the separator style of the main status line for visual
consistency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: e97b579e4b25
@paxos
Copy link
Copy Markdown
Contributor Author

paxos commented Apr 3, 2026

Screenshot 2026-04-03 at 09 54 09

Updated output to bring it more in-line with the output of entire configure

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 9d54ae3daa05
@paxos paxos force-pushed the paxos/status-show-agents branch from c624489 to 87ec147 Compare April 3, 2026 17:06
@paxos paxos enabled auto-merge April 3, 2026 17:16
@paxos paxos merged commit 91bc4f1 into main Apr 3, 2026
3 checks passed
@paxos paxos deleted the paxos/status-show-agents branch April 3, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants